Auto merge of #2513 - alexcrichton:xcompile, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 24 Mar 2016 16:15:04 +0000 (09:15 -0700)
committerbors <bors@rust-lang.org>
Thu, 24 Mar 2016 16:15:04 +0000 (09:15 -0700)
commit4e6434dab92fe56371036c37bddb49a87e621504
treea7f51ea5448e3fadcd8e4e351c8ff9cfd8352633
parente43adeb760f74541a131915e00147f0e6f4ba483
parent8caf4f52e59b4a07da6310a7aa153a5117185557
Auto merge of #2513 - alexcrichton:xcompile, r=alexcrichton

Fix nightly dist builds

* When downloading rustc, also download a number of cross-std libraries so we
  can cross compile with that compiler.
* Only build OpenSSL on some --enable-nightly builds, not all. For example
  Windows and OSX don't want to link statically to OpenSSL.